﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

fieldset,
img,
input,
button {
    border: 0 none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,
li,
ol {
    list-style: none;
}

select,
input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

.container {
    width: 1334px;
    margin: auto;
}

/* 机顶盒样式 */
.setTopBoxWrap {
    overflow-y: scroll;
}

.setTopBoxWrap::-webkit-scrollbar {
    display: none;
}

.header {
    width: 100%;
    height: 240px;
}

.header .top_box {
    width: 100%;
    background-color: #fff;
}

.header .top_box .today_date {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .top_box .today_date div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .top_box .today_date div p {
    margin-right: 8px;
}

.header .top_box .today_date div p,
.header .top_box .today_date div a {
    color: #000000;
    font-size: 14px;
}

.header .top_box .today_date div a:hover {
    color: #4eace1;
}

.header .top_box .today_date span {
    color: #3190f2;
    font-size: 20px;
}

.header .header_content {
    width: 100%;
    height: 200px;
    padding-top: 29px;
    background-image: linear-gradient(0deg, #3293f5 -80%, #063f9a 100%, #1885ff 100%);
}

.header .header_content .logo {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header_content .logo .right_search {
    height: 100%;
}

.header .header_content .logo .right_search p {
    color: #fff;
    text-align: right;
    margin-right: 10px;
}

.header .header_content .logo .right_search p a {
    color: #fff;
    font-size: 14px;
}

.header .header_content .logo .right_search p a:hover {
    color: #d02d32;
}

.header .header_content .logo .right_search .search {
    width: 301px;
    height: 45px;
    position: relative;
    margin-top: 11px;
    background-color: #def1ff;
    border-radius: 10px;
}

.header .header_content .logo .right_search .search input {
    width: 80%;
    height: 100%;
    color: #333333;
    background-color: #def1ff;
    border-radius: 10px;
    padding: 0px 10px;
}

.header .header_content .logo .right_search .search input::-webkit-input-placeholder {
    color: #333333;
}

.header .header_content .logo .right_search .search button {
    width: 59px;
    height: 42px;
    color: #fff;
    background-image: linear-gradient(0deg, #3293f5 0%, #063f9a 100%);
    border-radius: 10px;
    position: absolute;
    right: 2px;
    top: 1px;
}

.header .header_content .logo .right_search .search button:hover {
    cursor: pointer;
    opacity: 0.75;
}

.header .header_content .nav {
    margin: 30px auto 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header_content .nav li {
    height: 45px;
    width: 80px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    display: block;
    position: relative;
}

.header .header_content .nav li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header .header_content .nav li .erji {
    width: 134px;
    height: 0;
    padding: 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 3;
    left: -26px;
    top: 50px;
    background-color: #3293f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.8s ease;
}

.header .header_content .nav li .erji a {
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    position: relative;
}

.header .header_content .nav li:hover .erji {
    opacity: 1;
    visibility: visible;
}

.header .header_content .nav li::after,
.header .header_content .nav li a::after {
    content: "";
    width: 0px;
    height: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    transition: width 0.4s;
    position: absolute;
    bottom: 0;
    left: 0;
}


.header .header_content .nav li:hover::after,
.header .header_content .nav li a:hover::after {
    width: 100%;
}

.header .header_content .currentAStyle::after {
    width: 100% !important;
}

.modeheader {
    display: none;
}

.go_to_top {
    width: 40px;
    height: 91px;
    font-size: 16px;
    color: #333;
    text-align: center;
    position: fixed;
    right: 0px;
    bottom: 25px;
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s ease;
    transform: translateY(50px);
    visibility: hidden;
    cursor: pointer;
}

.go_to_top img {
    margin-bottom: 3px;
}

.go_to_top:hover {
    color: #4eace1;
}

.showGoToTop {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.footer {
    width: 100%;
    padding: 28px 0px 25px;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #3293f5 0%, #3293f5 0%, #063f9a 100%) 2 2 2 2;
}

.footer .content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .content div {
    color: #4e4e4e;
    font-size: 16px;
}

.footer .content div p {
    line-height: 32px;
}

.footer .content div p br {
    display: none;
}

.footer .content div p em {
    display: inline-block;
}

.footer .content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .content ul li {
    width: 84px;
    height: 84px;
    text-align: center;
}

.footer .content ul li img {
    width: 84px;
    height: 84px;
}

.footer .content ul li:nth-child(2) {
    margin: 0 8px;
}

@keyframes QBombAnimation {
    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "" !important;
}

.swiper-pagination-bullet {
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    border-radius: 8px;
    background: #4eace1 !important;
    animation: QBombAnimation 0.5s;
}

.page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
}

.page a,
.page span {
    font-size: 14px;
    float: left;
    *display: inline;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0px 12px;
    margin: 0 3px 5px 0;
    line-height: 30px;
    height: 30px;
    color: #333333;
}

.page a:hover,
.page span:hover {
    border: 1px solid #4eace1;
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

.page .current {
    background: #4eace1;
    border: 1px solid #4eace1;
    color: #fff !important;
    font-weight: bold;
}

.page select,
.page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}

.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}

.page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.social-share {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.social-share a {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff;
}

.social-share .icon-wechat {
    position: relative;
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    position: absolute;
    z-index: 99999;
    top: 24px;
    left: 70px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    border-radius: 6px;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode .bottom {
    top: 40px;
    left: -84px;
}

.social-share .icon-wechat .wechat-qrcode .bottom:after {
    display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}

.content_shareIcon {
    width: 60px;
    height: 100%;
    min-height: 240PX;
}

.content_shareIcon #share-1 a {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.content_shareIcon #share-1 a:hover {
    animation: QBombAnimation 0.5s;
}

.content_shareIcon #share-1 .icon-wechat {
    background: #44ac4c url(../images/shareWeiXin.png);
}

.content_shareIcon #share-1 .icon-weibo {
    background: #f23200 url(../images/shareWeiBo.png);
}

.content_shareIcon #share-1 .icon-qq {
    background: #32acea url(../images/shareQQ.png);
}

.content_shareIcon #share-1 .icon-qzone {
    background: #FDBE3D url(../images/shareZone.png);
}

@media (min-width: 320px) and (max-width: 768px) {
    .header {
        display: none;
    }

    .modeheader {
        display: block;
    }

    .modeheader .top_box {
        height: 40px;
        line-height: 40px;
        width: 100%;
        font-size: 14px;
    }

    .modeheader .top_box .today_date {
        display: flex;
    }

    .modeheader .top_box .today_date div p {
        display: inline-block;
    }

    .modeheader .top_box .today_date div a {
        display: none;
    }

    .modeheader .top_box .today_date span {
        color: #3190f2;
    }

    .modeheader .header_content {
        width: 100%;
        height: 220px;
        padding-top: 29px;
        background-image: linear-gradient(0deg, #3293f5 -80%, #063f9a 100%, #1885ff 100%);
        position: relative;
    }

    .modeheader .header_content .logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 10px;
        padding-right: 20px;
    }

    .modeheader .header_content .logo .mean {
        width: 24px;
        height: 40px;
        cursor: pointer;
    }

    .modeheader .header_content .logo .mean span {
        float: right;
        width: 100%;
        height: 3px;
        display: block;
        margin-top: 6px;
        background-color: #fff;
        border-radius: 10px;
    }

    .modeheader .header_content .right_search {
        margin-top: 20px;
        /* height: 100%; */
        padding-right: 15px;
    }

    .modeheader .header_content .right_search p {
        color: #fff;
        text-align: right;
        margin-right: 10px;
    }

    .modeheader .header_content .right_search p a {
        color: #fff;
        font-size: 14px;
    }

    .modeheader .header_content .right_search p a:hover {
        color: #d02d32;
    }

    .modeheader .header_content .right_search .search {
        width: 301px;
        height: 45px;
        float: right;
        position: relative;
        margin-top: 11px;
        background-color: #def1ff;
        border-radius: 10px;
    }

    .modeheader .header_content .right_search .search input {
        width: 80%;
        height: 100%;
        color: #333333;
        background-color: #def1ff;
        border-radius: 10px;
        padding: 0px 10px;
    }

    .modeheader .header_content .right_search .search input::-webkit-input-placeholder {
        color: #333333;
    }

    .modeheader .header_content .right_search .search button {
        width: 59px;
        height: 42px;
        color: #fff;
        background-image: linear-gradient(0deg, #3293f5 0%, #063f9a 100%);
        border-radius: 10px;
        position: absolute;
        right: 2px;
        top: 1px;
    }

    .modeheader .header_content .right_search .search button:hover {
        cursor: pointer;
        opacity: 0.75;
    }

    .modeheader .header_content .navd {
        position: absolute;
        z-index: 9999;
        top: 55%;
        right: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background-image: linear-gradient(0deg, #3293f5 -80%, #063f9a 100%, #1885ff 100%);
        padding: 0px 0px;
        transition: all 1s;
    }

    .modeheader .header_content .navd a {
        display: none;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        border-bottom: 1px solid #fff;
        letter-spacing: 1px;
    }

    .modeheader .header_content .navhide {
        padding: 0px 20px;
        height: 100vh;
        display: block;
    }

    .go_to_top {
        display: none;
    }

    .footer .content {
        height: auto;
        justify-content: center;
        flex-direction: column;
        padding: 0px 2%;
    }

    .footer .content div {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer .content div p br {
        display: inline-block;
    }

    .footer .content div p em {
        display: none;
    }

    /* .footer .content div p:nth-of-type(2) {
      display: none;
    } */
    .container {
        width: 100%;
    }

}

@media screen and (min-width: 768px) and (max-width: 992px) {

    .header .header_content .nav a {
        font-size: 14px;
    }

    .modeheader .top_box .today_date {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .modeheader .top_box .today_date div a {
        color: #333;
        display: inline-block;
    }

    .modeheader .header_content .navd a {
        height: 60px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .footer .content {
        height: 100%;
        justify-content: center;
        flex-direction: column;
        padding: 0px 2%;
    }

    .footer .content div {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer .content div p br {
        display: inline-block;
    }

    .footer .content div p:nth-child(1) br {
        display: none;
    }

    .footer .content div p em {
        display: none;
    }
}
